Contribution org.nuxeo.ecm.platform.ui.web.auth.WebEngineConfig--authenticators
In component org.nuxeo.ecm.platform.ui.web.auth.WebEngineConfig
org.nuxeo.ecm.platform.ui.web.auth.WebEngineConfig
inside nuxeo-webengine-core-5.8.jar
This contribution is part of XML component Extension Point
Extension point authenticators of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<authenticationPlugin class="org.nuxeo.ecm.webengine.login.WebEngineFormAuthenticator" enabled="true" name="WEBENGINE_FORM_AUTH">
<needStartingURLSaving>true</needStartingURLSaving>
<parameters>
<parameter name="UsernameKey">username</parameter>
<parameter name="PasswordKey">password</parameter>
</parameters>
<stateful>false</stateful>
</authenticationPlugin>
</extension>